home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 October / Chip Ekim 2003.iso / prog / share / tod / setup.exe / winmake.bat < prev    next >
Encoding:
DOS Batch File  |  2001-07-23  |  212 b   |  5 lines

  1. @echo off
  2. echo compiling for pentium cpu with no debug
  3. :: change -march= to -mcpu= for a portable exe
  4. gcc -Wall -O3 -march=i586 -s rec.c allegdlg.c tetanus.c hgrcos.c scrctl.c hiscore.c -lalleg -o wintod.exe
  5.